home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2001 Spring / Oh!X 2001 Spring Special CD-ROM (Japan) (Track 1).bin / DX8VC / PingPong / PingPong.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-08  |  231 b   |  10 lines

  1. // PingPong ヘッダファイル
  2.  
  3. #define RELEASE(x) if( x!=NULL ){ x->Release(); x=NULL; }
  4.  
  5. BOOL InitDDraw(HWND hWnd);
  6. BOOL InitDDError(HWND hWnd);
  7. BOOL ResumeScreen();
  8. void ReleaseObjects(void);
  9. void Render();
  10. void InitGame();